/*!
 * FOXCMS v1.2
 * Copyright 2011-2021 The FOXCMS Authors
 */
@font-face {
    font-family: 'Barlow';
    src: url("../fonts/Barlow-Regular.woff2");
    font-weight: 400;
    -webkit-font-smoothing:antialiased}

@font-face {
    font-family: 'Barlow';
    src: url("../fonts/Barlow-Bold.woff2");
    font-weight: 700;
    -webkit-font-smoothing:antialiased}

html,body {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'Barlow', Arial, sans-serif, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑';
    background-color: #f5f7fa
}

header {
    position: sticky;
    top: 0;
    z-index: 1000
}

footer {
    background-color: #242933
}

dl,dd {
    padding: 0;
    margin: 0
}

input.err {
    border-color: #eb5757 !important;
    color: #eb5757 !important
}

input.err::-webkit-input-placeholder {
    color: #eb5757 !important
}

a.more-plain-btn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
    border: solid 1px #cccccc;
    transition: 0.1s;
    padding: 0.75rem 1.25rem;
    border-radius: 2.5rem;
    color: #303133;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s
}

a.more-plain-btn:hover {
    color: #fff;
    border-color: #335df8
}

a.more-plain-btn:hover::after {
    transform: translateX(0)
}

a.more-plain-btn:hover::before {
    left: 120%
}

a.more-plain-btn::after {
    content: '';
    background-color: #335df8;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateX(-110%);
    transition: 0.3s
}

a.more-plain-btn::before {
    content: '';
    background-color: rgba(255,255,255,0.7);
    height: 300%;
    width: 1.25rem;
    position: absolute;
    top: -150%;
    left: -120%;
    transform: rotate(30deg);
    transition: 0.5s;
    filter: blur(0.375rem)
}

.foxcms-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px
}

.foxcms-logo {
    display: flex;
    align-items: center
}

.foxcms-logo h1 {
    margin: 0;
    font-size: 32px;
    font-weight: bold
}

.foxcms-logo sup {
    position: relative;
    top: -7px;
    margin-left: 2px
}

.foxcms-logo p {
    margin: 0 0 0 12px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 1.9
}

.rich-text {
    text-align: justify
}

.rich-text p {
    text-indent: 2em;
    font-size: inherit
}

.rich-text img {
    display: inline-block;
    max-width: 100%;
    border-radius: 12px
}

.empty-container .empty-container-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.empty-container .empty-container-inner img {
    max-width: 320px
}

.empty-container .empty-container-inner span {
    color: #909090;
    margin-top: 12px
}

.load-more-container {
    padding-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}

.load-more-container .load-more-btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.load-more-container .load-more-btn i {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    height: 14px;
    width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s
}

.load-more-container .load-more-btn span {
    margin-left: 4px
}

.load-more-container .load-more-btn.is-active i {
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg)
}

.load-more-menu {
    display: none
}

.foxui-breadcrumb-item:last-child i {
    display: none
}

@media (max-width: 991px) {
    .foxcms-container {
        width:100%
    }

    .empty-container .empty-container-inner img {
        width: 50%
    }

    .main-pannel {
        padding: 24px 0
    }

    .main-pannel .pannel {
        padding: 12px;
        background-color: #fff;
        border-radius: 12px
    }
}

@media (min-width: 992px) {
    .foxcms-container {
        width:88%
    }

    .empty-container .empty-container-inner img {
        width: 80%
    }

    .main-pannel {
        padding: 48px 0 70px
    }

    .main-pannel .pannel {
        border-radius: 18px;
        background-color: #fff;
        padding: 64px 60px
    }

    .rich-text {
        font-size: 18px
    }

    .rich-text p {
        line-height: 1.8
    }
}

.recommend-swiper {
    padding-top: 10px
}

.recommend-swiper .swiper-button-next,.recommend-swiper .swiper-button-prev {
    top: auto;
    bottom: 0;
    border: #cccccc solid 2px;
    border-radius: 100%
}

.recommend-swiper .swiper-button-prev:after,.recommend-swiper .swiper-rtl .swiper-button-next:after {
    margin-left: -4px;
    color: #242933
}

.recommend-swiper .swiper-button-next:after,.recommend-swiper .swiper-rtl .swiper-button-prev:after {
    margin-right: -4px;
    color: #242933
}

.recommend-swiper .swiper-horizontal>.swiper-pagination-bullets,.recommend-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.recommend-swiper .swiper-pagination-custom,.recommend-swiper .swiper-pagination-fraction {
    bottom: 14px
}

.recommend-swiper .swiper-pagination-bullet {
    height: 20px;
    width: 2px;
    border-radius: 0;
    background-color: #242933;
    transition: all 0.3s
}

.recommend-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 40px;
    background-color: #335df8
}

.foxcms-index-banner .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    border-radius: 40px;
    transition: 0.3s
}

.foxcms-index-banner .swiper-pagination-bullet-active {
    width: 60px;
    height: 6px
}

@media (max-width: 991px) {
    .recommend-swiper {
        padding-bottom:74px
    }

    .recommend-swiper .swiper-button-next,.recommend-swiper .swiper-button-prev {
        width: 54px;
        height: 54px
    }

    .recommend-swiper .swiper-button-prev:after,.recommend-swiper .swiper-rtl .swiper-button-next:after,.recommend-swiper .swiper-button-next:after,.recommend-swiper .swiper-rtl .swiper-button-prev:after {
        font-size: 24px
    }
}

@media (min-width: 992px) {
    .recommend-swiper {
        padding-bottom:100px
    }

    .recommend-swiper .swiper-button-next {
        right: 15%
    }

    .recommend-swiper .swiper-button-prev {
        left: 15%
    }

    .recommend-swiper .swiper-button-next,.recommend-swiper .swiper-button-prev {
        width: 70px;
        height: 70px
    }

    .recommend-swiper .swiper-button-prev:after,.recommend-swiper .swiper-rtl .swiper-button-next:after,.recommend-swiper .swiper-button-next:after,.recommend-swiper .swiper-rtl .swiper-button-prev:after {
        font-size: 36px
    }
}

.foxcms-header-pc {
    height: 92px;
    display: flex
}

.foxcms-header-pc .foxcms-nav {
    display: flex;
    flex: 1;
    justify-content: flex-end
}

.foxcms-header-pc .foxcms-nav .nav .foxui-menu {
    height: 100%
}

.foxcms-header-pc .foxcms-nav .nav .foxui-menu .foxui-menu-item {
    height: 100%;
    display: flex;
    align-items: center
}

.foxcms-header-pc .foxcms-nav .nav .foxui-menu .foxui-menu-item.is-current {
    color: #335df8
}

.foxcms-header-pc .foxcms-nav .nav .foxui-menu .foxui-menu-item.is-current a {
    color: inherit;
    font-weight: bold
}

.foxcms-header-pc .foxcms-nav .nav .foxui-menu .foxui-menu-submenu .foxui-menu-handle {
    height: 100%;
    display: flex;
    align-items: center
}

.foxcms-header-pc .foxcms-nav .nav .foxui-menu .foxui-menu-submenu.is-current .foxui-menu-handle {
    color: #335df8
}

.foxcms-header-pc .foxcms-nav .nav .foxui-menu .foxui-menu-submenu.is-current .foxui-menu-handle a {
    color: inherit;
    font-weight: bold
}

.foxcms-header-pc .foxcms-nav .phone {
    height: 100%
}

.foxcms-header-pc .foxcms-nav .phone .phone-inner {
    height: 100%;
    display: flex;
    align-items: center
}

.foxcms-header-pc .foxcms-nav .phone .phone-inner i {
    font-size: 16px
}

.foxcms-header-pc .foxcms-nav .phone .phone-inner h3 {
    font-weight: bold;
    color: #000;
    font-size: 20px
}

.foxcms-header-pc .foxcms-nav .phone .phone-inner .search-icon {
    margin-left: 24px;
    cursor: pointer
}

.foxcms-header-pc .foxcms-nav .phone .phone-inner .search-icon::after {
    content: '';
    position: relative;
    display: inline-block;
    left: -26px;
    width: 1px;
    height: 14px;
    background-color: #c8c8c8
}

.foxcms-header-pc .foxcms-search {
    position: absolute;
    top: 93px;
    left: 0;
    width: 100%;
    display: none
}

.foxcms-header-pc .foxcms-search .search-head {
    position: relative;
    height: 92px;
    margin-top: -92px
}

.foxcms-header-pc .foxcms-search .search-head .foxui-input-group {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.foxcms-header-pc .foxcms-search .search-head .search-close {
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%)
}

.foxcms-header-pc .foxcms-search .search-head .search-close:hover {
    color: #335df8
}

.foxcms-header-pc .foxcms-search .search-menu {
    padding: 20px 0;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.1)
}

.foxcms-header-pc .foxcms-search .search-menu .title {
    font-size: 12px;
    color: #999
}

.foxcms-header-pc .foxcms-search .search-menu .list {
    margin-top: 10px
}

.foxcms-header-pc .foxcms-search .search-menu a {
    display: block;
    line-height: 2.4
}

.foxcms-header-pc .foxui-menu {
    position: static
}

.foxcms-header-pc .foxui-menu .foxui-menu-menu {
    width: 100%;
    left: 0;
    box-shadow: none;
    margin-top: 1px !important;
    border: none;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.1)
}

.foxcms-header-pc .foxui-menu .foxui-menu-menu .foxui-menu-slide {
    max-height: none
}

.foxcms-header-pc .foxui-menu .foxui-menu-menu .foxcms-container {
    padding: 20px 0;
    margin: auto
}

.foxcms-header-pc .nav-swiper-text ul {
    align-items: center;
    flex-wrap: wrap
}

.foxcms-header-pc .nav-swiper-text ul li {
    padding: 0 40px;
    text-align: center
}

.foxcms-header-h5 {
    display: none
}

.foxcms-header-h5 .nav-mask {
    position: absolute;
    width: 100vw;
    height: calc(100vh - 60px);
    background-color: rgba(0,0,0,0.5);
    z-index: 0;
    left: 0;
    top: 60px;
    display: none
}

.foxcms-header-h5 .nav-content {
    position: relative;
    z-index: 1
}

.foxcms-header-h5 .nav-content .nav-head {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #fff;
    z-index: 1;
    padding: 0 12px
}

.foxcms-header-h5 .nav-content .nav-head i {
    font-size: 24px;
    padding: 6px;
    color: #666;
    transition: color 0.3s;
    cursor: pointer
}

.foxcms-header-h5 .nav-content .nav-head i:hover {
    color: #335df8
}

.foxcms-header-h5 .nav-content .nav-menu {
    max-height: calc(100vh - 50px);
    overflow: auto
}

.foxcms-header-h5 .nav-content .nav-menu,.foxcms-header-h5 .nav-content .search-menu {
    position: absolute;
    background: #fff;
    width: 100%;
    display: none
}

.foxcms-header-h5 .nav-content .nav-menu-inner,.foxcms-header-h5 .nav-content .search-menu-inner {
    padding: 0 24px
}

.foxcms-header-h5 .foxui-collapse-item {
    border-color: #edf2fa
}

.foxcms-header-h5 .foxui-collapse-item .foxui-collapse-head {
    height: 54px
}

.foxcms-header-h5 .foxui-collapse-item .foxui-collapse-head a {
    display: flex;
    height: 100%;
    color: #333;
    align-items: center
}

.foxcms-header-h5 .foxui-collapse-item .foxui-collapse-head .right-icon {
    position: absolute;
    right: 6px
}

.foxcms-header-h5 .foxui-collapse-item.is-active .foxui-collapse-head span,.foxcms-header-h5 .foxui-collapse-item.is-active .foxui-collapse-head a {
    color: #335df8
}

.foxcms-header-h5 .text-link {
    display: block;
    line-height: 48px
}

.foxcms-header-h5 .img-link {
    display: block
}

.foxcms-header-h5 .img-link .nav-img {
    width: 100%;
    height: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.foxcms-header-h5 .img-link .nav-img.square {
    padding-bottom: 100%
}

.foxcms-header-h5 .img-link .nav-img.rect {
    padding-bottom: 64%
}

.foxcms-header-h5 .img-link p {
    margin-top: 0;
    line-height: 2;
    display: flex;
    justify-content: center;
    min-width: 0
}

.nav-swiper .swiper-content {
    min-height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.nav-swiper .swiper-content .product-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 12px;
    overflow: hidden;
    background-color: #f7f8fa
}

.nav-swiper .swiper-content .product-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.nav-swiper .swiper-content .case-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    border-radius: 12px;
    overflow: hidden;
    background-color: #f7f8fa
}

.nav-swiper .swiper-content .case-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.nav-swiper .swiper-content p {
    margin: 0;
    text-align: center;
    line-height: 2.4
}

@media (min-width: 992px) {
    .foxcms-header-pc .search-head .foxui-input-group {
        width:40%
    }

    .foxcms-header-pc .search-menu-inner {
        margin: auto;
        width: 40%
    }

    .foxui-menu .foxui-menu-submenu>.foxui-menu-handle,.foxui-menu .foxui-menu>.foxui-menu-item {
        padding: 0 10px
    }
}

@media (min-width: 1200px) {
    .foxcms-header-pc .search-head .foxui-input-group {
        width:40%
    }

    .foxcms-header-pc .search-menu-inner {
        margin: auto;
        width: 40%
    }

    .foxcms-header-pc .foxui-menu .foxui-menu-submenu>.foxui-menu-handle,.foxcms-header-pc .foxui-menu .foxui-menu>.foxui-menu-item {
        padding: 0 20px
    }
}

@media (min-width: 1400px) {
    .foxcms-header-pc .foxcms-nav .phone {
        margin-left:5%
    }

    .foxcms-header-pc .search-head .foxui-input-group {
        width: 40%
    }

    .foxcms-header-pc .search-menu-inner {
        margin: auto;
        width: 40%
    }
}

@media (min-width: 1600px) {
    .foxcms-header-pc .foxcms-nav .phone {
        margin-left:10%
    }

    .foxcms-header-pc .search-head .foxui-input-group {
        width: 35%
    }

    .foxcms-header-pc .search-menu-inner {
        margin: auto;
        width: 35%
    }
}

@media (min-width: 1900px) {
    .foxcms-header-pc .foxcms-nav .phone {
        margin-left:15%
    }

    .foxcms-header-pc .search-head .foxui-input-group {
        width: 30%
    }

    .foxcms-header-pc .search-menu-inner {
        margin: auto;
        width: 30%
    }
}

.foxcms-index-banner .foxcms-banner-pc,.foxcms-index-banner .foxcms-banner-h5 {
    color: #fff;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.foxcms-index-banner .foxcms-banner-pc .swiper,.foxcms-index-banner .foxcms-banner-h5 .swiper {
    height: 100%
}

.foxcms-index-banner .foxcms-banner-pc .swiper-item,.foxcms-index-banner .foxcms-banner-h5 .swiper-item {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center
}

.foxcms-index-banner .foxcms-banner-pc h1,.foxcms-index-banner .foxcms-banner-h5 h1 {
    color: #fff
}

.foxcms-index-banner .foxcms-banner-pc p,.foxcms-index-banner .foxcms-banner-h5 p {
    color: #fff
}

.foxcms-index-banner .foxcms-banner-pc .view-btn,.foxcms-index-banner .foxcms-banner-h5 .view-btn {
    color: #fff;
    border: #fff solid 1px;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 120px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.1s
}

.foxcms-index-banner .foxcms-banner-pc .view-btn:hover,.foxcms-index-banner .foxcms-banner-h5 .view-btn:hover {
    opacity: 0.9
}

.foxcms-index-banner .foxcms-banner-pc .content {
    padding: 0 80px
}

.foxcms-index-banner .foxcms-banner-pc h1 {
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    line-height: 1
}

.foxcms-index-banner .foxcms-banner-pc p {
    font-size: 18px
}

.foxcms-index-banner .foxcms-banner-h5 {
    display: none
}

.foxcms-index-banner .foxcms-banner-h5 h1 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    line-height: 1
}

.foxcms-index-banner .foxcms-banner-h5 p {
    font-size: 14px
}

.foxcms-index-banner .swiper-button-prev {
    left: 6.7%
}

.foxcms-index-banner .swiper-button-next {
    right: 6.7%
}

.foxcms-common-banner {
    height: 386px
}

.foxcms-common-banner .foxcms-banner-pc {
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.foxcms-common-banner .foxcms-banner-pc .banner-inner {
    height: 100%;
    position: relative
}

.foxcms-common-banner .foxcms-banner-pc .banner-inner .banner-content {
    position: absolute;
    bottom: 0
}

.foxcms-common-banner .foxcms-banner-pc .banner-inner .banner-column {
    margin-bottom: 42px
}

.foxcms-common-banner .foxcms-banner-pc .banner-inner .banner-column p {
    font-size: 22px;
    color: #fff;
    margin: 0;
    line-height: 1
}

.foxcms-common-banner .foxcms-banner-pc .banner-inner .banner-column h1 {
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    margin: 12px 0 0 0;
    line-height: 1
}

.foxcms-common-banner .foxcms-banner-pc .banner-inner .banner-nav {
    display: flex;
    margin-bottom: 6px
}

.foxcms-common-banner .foxcms-banner-pc .banner-inner .banner-nav li {
    height: 54px;
    line-height: 54px
}

.foxcms-common-banner .foxcms-banner-pc .banner-inner .banner-nav li a {
    font-size: 22px;
    color: #fff
}

.foxcms-common-banner .foxcms-banner-pc .banner-inner .banner-nav li:not(:last-child) {
    margin-right: 58px
}

.foxcms-common-banner .foxcms-banner-pc .banner-inner .banner-nav li.is-active {
    border-bottom: #fff solid 2px;
    font-weight: bold
}

.foxcms-common-banner .foxcms-banner-pc .banner-inner .banner-nav li:hover {
    border-bottom: #fff solid 2px
}

.foxcms-common-banner .foxcms-banner-h5 {
    display: none;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.foxcms-common-banner .foxcms-banner-h5 .banner-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%
}

.foxcms-common-banner .foxcms-banner-h5 .banner-inner .banner-column {
    margin-bottom: 42px;
    text-align: center
}

.foxcms-common-banner .foxcms-banner-h5 .banner-inner .banner-column p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 1
}

.foxcms-common-banner .foxcms-banner-h5 .banner-inner .banner-column h1 {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    margin: 12px 0 0 0;
    line-height: 1
}

.foxcms-common-banner .foxcms-banner-h5 .banner-inner a {
    display: block;
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    transition: color 0.3s;
    line-height: 2.6;
    text-align: center
}

.foxcms-common-banner .foxcms-banner-h5 .banner-inner a.is-active {
    font-weight: bold;
    color: #fff
}

.foxcms-common-banner .foxcms-banner-h5 .banner-inner a:hover {
    color: #fff
}

.foxcms-map-banner {
    position: relative
}

.foxcms-map-banner .map-content {
    position: absolute;
    height: 100%;
    width: 100%
}

.foxcms-map-banner .foxcms-container {
    position: relative;
    height: 100%
}

.foxcms-map-banner .foxcms-container .text-content {
    position: absolute;
    bottom: 0;
    border-radius: 16px 16px 0 0;
    z-index: 5
}

.foxcms-map-banner .foxcms-container .text-content p {
    color: #000;
    margin: 0 0 12px;
    line-height: 1
}

.foxcms-map-banner .foxcms-container .text-content h1 {
    font-weight: bold;
    color: #000;
    margin: 0;
    line-height: 1
}

.foxcms-search-banner {
    height: 280px
}

.foxcms-search-banner .search-banner {
    position: relative;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.foxcms-search-banner .search-banner .search-keyword {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.foxcms-search-banner .search-banner .search-keyword h1 {
    font-size: 24px;
    color: #fff
}

@media (max-width: 991px) {
    .foxcms-map-banner {
        height:480px
    }

    .foxcms-map-banner .foxcms-container .text-content {
        width: calc(100% - 24px);
        left: 12px;
        padding: 32px 16px 0
    }

    .foxcms-map-banner .foxcms-container .text-content p {
        font-size: 14px
    }

    .foxcms-map-banner .foxcms-container .text-content h1 {
        font-size: 24px
    }

    .foxcms-index-banner {
        height: 480px
    }
}

@media (min-width: 992px) {
    .foxcms-map-banner {
        height:680px
    }

    .foxcms-map-banner .foxcms-container .text-content {
        width: 100%;
        left: 0;
        padding: 54px 96px 0
    }

    .foxcms-map-banner .foxcms-container .text-content p {
        font-size: 16px
    }

    .foxcms-map-banner .foxcms-container .text-content h1 {
        font-size: 54px
    }

    .foxcms-index-banner {
        height: 600px
    }
}

.foxcms-police-aq {
    display: flex;
    align-items: center
}

.foxcms-footer-pc .footer-nav {
    display: flex;
    padding-top: 68px
}

.foxcms-footer-pc .footer-nav ul {
    display: flex;
    flex: 1
}

.foxcms-footer-pc .footer-nav ul li {
    margin-right: 5%
}

.foxcms-footer-pc .footer-nav ul li dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px
}

.foxcms-footer-pc .footer-nav ul li dd a {
    color: #999999;
    transition: color 0.3s
}

.foxcms-footer-pc .footer-nav ul li dd a:hover {
    color: #335df8
}

.foxcms-footer-pc .footer-nav ul li dd:not(:last-child) {
    margin-bottom: 12px
}

.foxcms-footer-pc .footer-nav .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center
}

.foxcms-footer-pc .footer-nav .right h1 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 8px 0;
    font-weight: bold
}

.foxcms-footer-pc .footer-nav .right p {
    font-size: 12px;
    margin: 0 0 4px 0;
    color: #999999
}

.foxcms-footer-pc .footer-nav .right .ewm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 14px
}

.foxcms-footer-pc .footer-nav .right .ewm img {
    width: 116px;
    height: 116px
}

.foxcms-footer-pc .footer-nav .right .ewm span {
    color: #999999;
    margin-top: 4px;
    font-size: 12px
}

.foxcms-footer-pc .footer-link {
    margin-top: 42px;
    color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 22px;
    border-bottom: #3b3d42 solid 1px
}

.foxcms-footer-pc .footer-link dl {
    display: flex;
    align-items: center
}

.foxcms-footer-pc .footer-link dl dd:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #999;
    margin: 0 8px;
    position: relative;
    top: 2px;
    left: -2px
}

.foxcms-footer-pc .footer-link dl dd a {
    color: #999999;
    transition: color 0.3s
}

.foxcms-footer-pc .footer-link dl dd a:hover {
    color: #335df8
}

.foxcms-footer-pc .footer-link .right {
    display: flex;
    align-items: center
}

.foxcms-footer-pc .footer-link .right a {
    width: 34px;
    height: 34px;
    background-color: #999999;
    border-radius: 100%;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s
}

.foxcms-footer-pc .footer-link .right a i {
    color: #242933;
    font-size: 24px;
    transition: color 0.3s
}

.foxcms-footer-pc .footer-link .right a:hover {
    background-color: #335df8
}

.foxcms-footer-pc .footer-link .right a:hover i {
    color: #fff
}

.foxcms-footer-pc .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0
}

.foxcms-footer-pc .footer-bottom a {
    color: #999999;
    transition: color 0.3s
}

.foxcms-footer-pc .footer-bottom a:hover {
    color: #ccc
}

.foxcms-footer-pc .footer-bottom a+a {
    margin-left: 12px
}

.foxcms-footer-pc .footer-bottom img {
    height: 1em;
    margin-right: 4px
}

.foxcms-footer-h5 {
    padding: 40px 12px 0 12px;
    display: none
}

.foxcms-footer-h5 .footer-nav .foxui-collapse-item {
    border-color: #3b3d42
}

.foxcms-footer-h5 .footer-nav .foxui-collapse-head {
    color: #fff;
    height: 56px
}

.foxcms-footer-h5 .footer-nav .foxui-collapse-content {
    padding-bottom: 10px
}

.foxcms-footer-h5 .footer-nav .foxui-collapse-content li a {
    height: 42px;
    line-height: 42px;
    display: block;
    color: #999;
    transition: color 0.3s
}

.foxcms-footer-h5 .footer-nav .foxui-collapse-content li a:hover {
    color: #335df8
}

.foxcms-footer-h5 .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 34px 0;
    border-bottom: solid 1px #3b3d42
}

.foxcms-footer-h5 .footer-contact h1 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 8px 0;
    font-weight: bold
}

.foxcms-footer-h5 .footer-contact p {
    font-size: 12px;
    margin: 0 0 4px 0;
    color: #999999
}

.foxcms-footer-h5 .footer-contact .ewm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 14px
}

.foxcms-footer-h5 .footer-contact .ewm img {
    width: 116px;
    height: 116px
}

.foxcms-footer-h5 .footer-contact .ewm span {
    color: #999999;
    margin-top: 4px;
    font-size: 12px
}

.foxcms-footer-h5 .footer-contact .list {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.foxcms-footer-h5 .footer-contact .list a {
    width: 34px;
    height: 34px;
    background-color: #999999;
    border-radius: 100%;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.foxcms-footer-h5 .footer-contact .list a i {
    color: #242933;
    font-size: 24px
}

.foxcms-footer-h5 .footer-contact dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 14px;
    color: #999
}

.foxcms-footer-h5 .footer-contact dl dt {
    margin-top: 6px
}

.foxcms-footer-h5 .footer-contact dl dd {
    margin-top: 6px;
    margin-right: 12px
}

.foxcms-footer-h5 .footer-contact dl dd a {
    color: #999;
    transition: color 0.3s
}

.foxcms-footer-h5 .footer-contact dl dd a:hover {
    color: #335df8
}

.foxcms-footer-h5 .footer-bottom {
    padding: 24px 0
}

.foxcms-footer-h5 .footer-bottom a {
    color: #999;
    transition: color 0.3s
}

.foxcms-footer-h5 .footer-bottom a:hover {
    color: #ccc
}

.foxcms-footer-h5 .footer-bottom img {
    height: 1em;
    margin-right: 4px
}

.foxcms-list-pagination {
    margin-top: 90px
}

.foxcms-list-pagination .list-pagination-h5 {
    display: none
}

.foxcms-list-pagination .list-pagination-h5 ul li {
    margin: 0 10px
}

.foxcms-list-pagination .list-pagination-h5 ul li:first-child,.foxcms-list-pagination .list-pagination-h5 ul li:last-child {
    padding: 0 24px;
    box-sizing: content-box
}

.foxcms-list-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center
}

.foxcms-list-pagination ul .pageno {
    font-size: 18px
}

.foxcms-list-pagination ul .pageno,.foxcms-list-pagination ul .pagepre,.foxcms-list-pagination ul .pagenext {
    width: 52px;
    height: 52px;
    border-radius: 1000px;
    background-color: #fff;
    margin: 0 5px;
    color: #242933
}

.foxcms-list-pagination ul .pageno a,.foxcms-list-pagination ul .pagepre a,.foxcms-list-pagination ul .pagenext a {
    color: #242933;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 1000px
}

.foxcms-list-pagination ul .pageno:not(.disabled):not(.active):hover,.foxcms-list-pagination ul .pagepre:not(.disabled):not(.active):hover,.foxcms-list-pagination ul .pagenext:not(.disabled):not(.active):hover {
    cursor: pointer
}

.foxcms-list-pagination ul .pageno:not(.disabled):not(.active):hover a,.foxcms-list-pagination ul .pagepre:not(.disabled):not(.active):hover a,.foxcms-list-pagination ul .pagenext:not(.disabled):not(.active):hover a {
    color: #335df8
}

.foxcms-list-pagination ul .pageno.disabled,.foxcms-list-pagination ul .pagepre.disabled,.foxcms-list-pagination ul .pagenext.disabled {
    color: #999;
    cursor: not-allowed
}

.foxcms-list-pagination ul .pageno.disabled a,.foxcms-list-pagination ul .pagepre.disabled a,.foxcms-list-pagination ul .pagenext.disabled a {
    color: #999;
    cursor: not-allowed
}

.foxcms-list-pagination ul .pageno.active,.foxcms-list-pagination ul .pagepre.active,.foxcms-list-pagination ul .pagenext.active {
    background-color: #335df8;
    color: #fff
}

.foxcms-list-pagination ul .pageno.active a,.foxcms-list-pagination ul .pagepre.active a,.foxcms-list-pagination ul .pagenext.active a {
    color: inherit;
    cursor: default
}

.foxcms-list-pagination ul .pageinfo {
    margin-left: 40px
}

.foxcms-detail-pagination .detail-pagination-pc {
    display: flex;
    align-items: center;
    background-color: #f5f7fa;
    padding: 16px 24px
}

.foxcms-detail-pagination .detail-pagination-pc p {
    font-size: 18px;
    color: #4d4d4d;
    margin: 0 0 6px;
    line-height: 1
}

.foxcms-detail-pagination .detail-pagination-pc a {
    font-size: 24px;
    color: #242933;
    margin: 0;
    transition: color 0.3s;
    text-align: justify
}

.foxcms-detail-pagination .detail-pagination-pc a:hover {
    color: #335df8
}

.foxcms-detail-pagination .detail-pagination-pc .center {
    font-size: 34px;
    margin: 0 7%;
    color: #242933
}

.foxcms-detail-pagination .detail-pagination-pc .center a {
    font-size: 42px
}

.foxcms-detail-pagination .detail-pagination-pc .pre,.foxcms-detail-pagination .detail-pagination-pc .next {
    flex: 1
}

.foxcms-detail-pagination .detail-pagination-pc .pre.disabled,.foxcms-detail-pagination .detail-pagination-pc .next.disabled {
    opacity: 0.5
}

.foxcms-detail-pagination .detail-pagination-pc .pre.disabled a,.foxcms-detail-pagination .detail-pagination-pc .next.disabled a {
    cursor: not-allowed
}

.foxcms-detail-pagination .detail-pagination-pc .pre.disabled a:hover,.foxcms-detail-pagination .detail-pagination-pc .next.disabled a:hover {
    color: #242933
}

.foxcms-detail-pagination .detail-pagination-h5 {
    display: none
}

.foxcms-detail-pagination .detail-pagination-h5 ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.foxcms-detail-pagination .detail-pagination-h5 ul .center {
    font-size: 28px;
    margin: 0 7%;
    color: #242933
}

.foxcms-detail-pagination .detail-pagination-h5 ul .center a {
    color: #242933;
    transition: color 0.3s
}

.foxcms-detail-pagination .detail-pagination-h5 ul .center a:hover {
    color: #335df8
}

.foxcms-detail-pagination .detail-pagination-h5 ul .pre a,.foxcms-detail-pagination .detail-pagination-h5 ul .next a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 200px;
    color: #242933;
    transition: color 0.3s
}

.foxcms-detail-pagination .detail-pagination-h5 ul .pre a:hover,.foxcms-detail-pagination .detail-pagination-h5 ul .next a:hover {
    color: #335df8
}

.foxcms-detail-pagination .detail-pagination-h5 ul .pre.disabled,.foxcms-detail-pagination .detail-pagination-h5 ul .next.disabled {
    opacity: 0.5
}

.foxcms-detail-pagination .detail-pagination-h5 ul .pre.disabled a,.foxcms-detail-pagination .detail-pagination-h5 ul .next.disabled a {
    cursor: not-allowed
}

.foxcms-detail-pagination .detail-pagination-h5 ul .pre.disabled a:hover,.foxcms-detail-pagination .detail-pagination-h5 ul .next.disabled a:hover {
    color: #242933
}

.foxcms-detail-pagination-plain .detail-pagination-pc {
    display: flex;
    align-items: center;
    border: #eee solid 1px;
    padding: 16px 24px;
    border-radius: 8px;
    justify-content: space-around
}

.foxcms-detail-pagination-plain .detail-pagination-pc p {
    font-size: 18px;
    color: #4d4d4d;
    margin: 0 0 6px;
    line-height: 1
}

.foxcms-detail-pagination-plain .detail-pagination-pc a {
    font-size: 24px;
    color: #242933;
    margin: 0;
    transition: color 0.3s;
    text-align: justify
}

.foxcms-detail-pagination-plain .detail-pagination-pc a:hover {
    color: #335df8
}

.foxcms-detail-pagination-plain .detail-pagination-pc .center {
    font-size: 34px;
    margin: 0 7%;
    color: #242933
}

.foxcms-detail-pagination-plain .detail-pagination-pc .center a {
    font-size: 42px
}

.foxcms-detail-pagination-plain .detail-pagination-pc .pre.disabled,.foxcms-detail-pagination-plain .detail-pagination-pc .next.disabled {
    opacity: 0.5
}

.foxcms-detail-pagination-plain .detail-pagination-pc .pre.disabled a,.foxcms-detail-pagination-plain .detail-pagination-pc .next.disabled a {
    cursor: not-allowed
}

.foxcms-detail-pagination-plain .detail-pagination-pc .pre.disabled a:hover,.foxcms-detail-pagination-plain .detail-pagination-pc .next.disabled a:hover {
    color: #242933
}

.foxcms-detail-pagination-plain .detail-pagination-pc .pre-icon i,.foxcms-detail-pagination-plain .detail-pagination-pc .next-icon i {
    font-size: 24px;
    color: #666666
}

.foxcms-detail-pagination-plain .detail-pagination-pc .pre-icon {
    transform: scaleX(-1)
}

.foxcms-detail-pagination-plain .detail-pagination-h5 {
    display: none
}

.foxcms-detail-pagination-plain .detail-pagination-h5 ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.foxcms-detail-pagination-plain .detail-pagination-h5 ul .center {
    margin: 0 7%;
    color: #242933
}

.foxcms-detail-pagination-plain .detail-pagination-h5 ul .center a {
    font-size: 28px
}

.foxcms-detail-pagination-plain .detail-pagination-h5 ul .pre a,.foxcms-detail-pagination-plain .detail-pagination-h5 ul .next a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 200px;
    color: #242933;
    transition: color 0.3s
}

.foxcms-detail-pagination-plain .detail-pagination-h5 ul .pre a:hover,.foxcms-detail-pagination-plain .detail-pagination-h5 ul .next a:hover {
    color: #335df8
}

.foxcms-detail-pagination-plain .detail-pagination-h5 ul .pre.disabled,.foxcms-detail-pagination-plain .detail-pagination-h5 ul .next.disabled {
    opacity: 0.5
}

.foxcms-detail-pagination-plain .detail-pagination-h5 ul .pre.disabled a,.foxcms-detail-pagination-plain .detail-pagination-h5 ul .next.disabled a {
    cursor: not-allowed
}

.foxcms-detail-pagination-plain .detail-pagination-h5 ul .pre.disabled a:hover,.foxcms-detail-pagination-plain .detail-pagination-h5 ul .next.disabled a:hover {
    color: #242933
}

@media (max-width: 991px) {
    .foxcms-detail-pagination-plain {
        margin-top:20px;
        padding-bottom: 40px
    }
}

@media (min-width: 992px) {
    .foxcms-detail-pagination-plain {
        margin-top:40px;
        padding-bottom: 80px
    }
}

.foxcms-fixed-container {
    position: fixed;
    right: 12px;
    z-index: 9
}

.foxcms-fixed-container .fixed-nav {
    width: 48px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding: 8px 0 12px;
    cursor: pointer
}

.foxcms-fixed-container .fixed-nav li .icon {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.foxcms-fixed-container .fixed-nav li:first-child .icon {
    width: 32px;
    height: 32px;
    background-color: #f5f5f5;
    font-size: 20px
}

.foxcms-fixed-container .fixed-nav li:not(:first-child) {
    border-top: #dcdfe6 solid 1px;
    padding-top: 16px;
    margin-top: 16px
}

.foxcms-fixed-container .fixed-nav li:not(:first-child) .icon {
    font-size: 22px
}

.foxcms-fixed-container .fixed-top {
    width: 48px;
    height: 48px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer
}

.foxcms-fixed-container .fixed-top i {
    font-size: 24px;
    transform: rotate(180deg);
    margin-top: -4px
}

.foxcms-fixed-container .fixed-top span {
    margin-top: -6px
}

.fixed-btn-wrapper {
    transform: translateX(-12px);
    font-size: 18px
}

.fixed-btn-wrapper:not(.message-wrapper) .foxui-confirmtip {
    padding: 4px
}

.fixed-btn-wrapper:not(.message-wrapper) .foxui-confirmtip__body {
    padding: 0
}

.fixed-btn-wrapper img {
    width: 116px;
    height: 116px
}

.fixed-btn-wrapper .phone {
    padding: 4px 16px;
    display: flex;
    align-items: center
}

.fixed-btn-wrapper .phone i {
    font-size: 24px;
    color: #335df8;
    margin-right: 4px
}

.fixed-btn-wrapper .message {
    padding: 12px 24px
}

.fixed-btn-wrapper .message .input-item:not(:last-child) {
    margin-bottom: 20px
}

.fixed-btn-wrapper .message .input-item.submit-item {
    margin-top: 30px
}

@media (max-width: 991px) {
    .foxcms-fixed-container {
        top:50%
    }

    .foxcms-fixed-container .fixed-nav {
        margin-bottom: 40px
    }
}

@media (min-width: 992px) {
    .foxcms-fixed-container {
        top:40%
    }

    .foxcms-fixed-container .fixed-nav {
        margin-bottom: 144px
    }
}

.anchorBL {
    display: none
}

#mapContainer {
    height: 100%;
    background-color: #232325
}

.map-scale-circle {
    position: absolute;
    width: 160px;
    height: 160px;
    background-image: url(../images/map_point.svg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat
}

@keyframes autoScale {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

.index-main .foxui-tabs {
    background-color: transparent
}

.index-main .foxui-tabs-header {
    border: none
}

.index-main .foxui-tabs-item {
    overflow: hidden;
    text-align: center;
    white-space: nowrap
}

.index-main .foxui-tabs-content {
    padding: 24px 0
}

.more-btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.tabs-section .tabs-head {
    position: absolute
}

.tabs-section .tabs-head h1 {
    margin: 0;
    font-weight: bold
}

.tabs-section .tabs-head p {
    margin: 0
}

.link-section .link-section-head h1 {
    margin: 0;
    font-weight: bold
}

.link-section .link-section-head p {
    margin: 0
}

.link-section .link-section-head ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.link-section .link-section-head ul li:not(:last-child) {
    margin-right: 24px
}

.link-section .link-section-head ul li a {
    font-size: 16px
}

.more-section .more-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.more-section .more-section-head h1 {
    margin: 0;
    font-weight: bold
}

.more-section .more-section-head p {
    margin: 0
}

.company-info .pic {
    position: relative;
    width: 100%;
    overflow: hidden
}

.company-info .pic img {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.company-info .text {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center
}

.company-info .text .text-inner {
    position: relative;
    background-color: #fff
}

.company-info .text .text-inner h1 {
    margin: 0;
    color: #000;
    font-weight: bold
}

.company-info .text .text-inner h4 {
    margin: 0
}

.company-info .text .text-inner p {
    margin: 0;
    color: #4d4d4d;
    text-align: justify
}

.company-info .text .text-inner a {
    padding: 16px 32px;
    border: #eee solid 1px;
    border-radius: 80px
}

.code-input-item {
    position: relative
}

.code-input-item input {
    padding-right: 90px
}

.code-input-item img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    right: 8px
}

@media (max-width: 991px) {
    .index-main .foxui-tabs {
        margin-top:100px
    }

    .tabs-section {
        position: relative
    }

    .tabs-section .tabs-head {
        position: absolute;
        left: 50%;
        top: -60px;
        transform: translateX(-50%);
        text-align: center
    }

    .tabs-section .tabs-head h1 {
        color: #000;
        font-weight: bold
    }

    .link-section {
        margin-top: 40px
    }

    .link-section .link-section-head h1 {
        color: #000;
        font-weight: bold;
        text-align: center
    }

    .link-section .link-section-head p {
        text-align: center
    }

    .link-section .link-section-head ul {
        justify-content: center
    }

    .link-section .link-section-head ul li {
        margin-bottom: 12px
    }

    .link-section .link-section-list {
        margin-top: 10px
    }

    .more-section {
        padding-top: 40px
    }

    .more-section .more-section-head h1 {
        color: #000;
        font-weight: bold
    }

    .more-section .more-section-list {
        padding-top: 10px;
        padding-bottom: 20px
    }

    .company-info .pic {
        height: 420px
    }

    .company-info .text .text-inner {
        padding: 32px 16px
    }

    .company-info .text .text-inner h1 {
        color: #000;
        font-weight: bold
    }

    .company-info .text .text-inner p {
        margin: 24px 0
    }

    .news-section {
        margin-top: 100px
    }

    .requried-container {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .requried-container .required-form {
        border-radius: 12px;
        padding: 24px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.1);
        overflow: hidden
    }
}

@media (min-width: 992px) {
    .index-main .foxui-tabs {
        margin-top:40px
    }

    .index-main .foxui-tabs-content {
        padding: 54px 0 24px
    }

    .tabs-section .tabs-head h1 {
        font-size: 40px;
        color: #000
    }

    .tabs-section .tabs-head p {
        font-size: 18px
    }

    .link-section {
        margin-top: 60px
    }

    .link-section .link-section-head h1 {
        font-size: 40px;
        color: #000
    }

    .link-section .link-section-head p {
        font-size: 18px
    }

    .link-section .link-section-head ul {
        justify-content: flex-end
    }

    .link-section .link-section-list {
        margin-top: 20px;
        margin-bottom: 60px
    }

    .more-section {
        padding-top: 60px
    }

    .more-section .more-section-head h1 {
        font-size: 40px;
        color: #000
    }

    .more-section .more-section-head p {
        font-size: 18px
    }

    .more-section .more-section-list {
        padding-top: 20px;
        padding-bottom: 60px
    }

    .company-info .pic {
        height: 650px;
        border-radius: 0 16px 16px 0
    }

    .company-info .text .text-inner {
        left: -11%;
        height: 496px;
        padding: 0 8%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-shadow: 0 2px 32px rgba(195,212,241,0.5);
        border-radius: 16px
    }

    .company-info .text .text-inner h1 {
        font-size: 40px
    }

    .company-info .text .text-inner h4 {
        font-size: 18px
    }

    .company-info .text .text-inner p {
        font-size: 18px;
        margin: 5% 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7
    }

    .news-section {
        padding-top: 60px
    }

    .requried-container {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .requried-container .required-form {
        border-radius: 16px;
        padding: 62px 32px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.1);
        overflow: hidden
    }
}

.list-article-main {
    padding: 60px 0
}

.list-article-item {
    position: relative;
    top: 0;
    display: block;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: top 0.3s;
    cursor: pointer
}

.list-article-item .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    overflow: hidden
}

.list-article-item .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: transform 0.3s
}

.list-article-item .text {
    padding: 24px 32px;
    background-color: #fff;
    transition: background-color 0.3s
}

.list-article-item .text .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4d4d4d;
    transition: color 0.3s
}

.list-article-item .text .info .left span:first-child {
    margin-right: 8px
}

.list-article-item .text h1 {
    color: #242933;
    font-weight: bold;
    transition: color 0.3s;
    height: 52px
}

.list-article-item .text p {
    line-height: 1.5;
    color: #666666;
    transition: color 0.3s;
    height: 64px
}

.list-article-item:hover {
    top: -8px;
    box-shadow: 0 2px 12px rgba(23,130,254,0.15)
}

.list-article-item:hover .pic img {
    transform: translate(-50%, -50%) scale(1.2)
}

.list-article-item:hover .text {
    background-color: #335df8
}

.list-article-item:hover .text .info {
    color: #fff
}

.list-article-item:hover .text h1 {
    color: #fff
}

.list-article-item:hover .text p {
    color: #fff
}

.view-article-main .foxui-breadcrumb {
    padding-top: 56px
}

.article-head {
    text-align: center;
    max-width: 1050px
}

.article-head h1 {
    color: #242933;
    margin-bottom: 0
}

.article-head p {
    color: #999999
}

.article-head p span:not(:last-child) {
    margin-right: 40px
}

.article-head .head-info-h5 {
    margin-top: 12px
}

.article-head .head-info-h5 p {
    margin: 0
}

.article-head .head-info-h5 p span:not(:last-child) {
    margin-right: 20px
}

.article-content-inner {
    max-width: 1200px;
    margin: auto
}

.share-list {
    position: relative;
    overflow: hidden
}

.share-list .share-list-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.share-list .share-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #242933;
    margin: 0 26px
}

.share-list .share-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    background-color: #ebeffe;
    border-radius: 100%;
    font-size: 34px;
    color: inherit;
    transition: color 0.3s;
    cursor: pointer
}

.share-list .share-item span {
    color: inherit;
    font-size: 14px;
    margin-top: 10px
}

.share-list .share-item:hover {
    color: #335df8
}

.recommend-list .title {
    display: flex;
    align-items: center;
    justify-content: center
}

.recommend-list .title h1 {
    color: #242933;
    font-weight: bold;
    position: relative
}

.recommend-list .title h1::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 50%;
    background-color: #335df8
}

@media (max-width: 991px) {
    .article-head {
        padding-top:40px;
        margin: 0 auto
    }

    .article-head h1 {
        font-size: 22px
    }

    .article-head p {
        font-size: 14px
    }

    .article-content {
        font-size: 16px;
        padding: 20px;
        padding-top: 40px
    }

    .article-content .img-info {
        font-size: 14px;
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 30px
    }

    .share-list {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .recommend-list {
        padding-bottom: 40px
    }

    .recommend-list .title {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .recommend-list .title h1 {
        font-size: 24px
    }
}

@media (min-width: 992px) {
    .article-head {
        margin:100px auto 0 auto
    }

    .article-head h1 {
        font-size: 40px;
        font-weight: bold
    }

    .article-head p {
        font-size: 18px
    }

    .article-content {
        font-size: 24px;
        padding: 90px 40px
    }

    .article-content .img-info {
        font-size: 22px;
        display: block;
        text-align: center;
        margin-top: 12px;
        margin-bottom: 60px
    }

    .share-list {
        margin-top: 100px;
        margin-bottom: 86px
    }

    .share-list::before {
        content: '';
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #cccccc
    }

    .share-list::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 378px;
        height: 62px;
        transform: translateX(-50%);
        background-color: #fff
    }

    .recommend-list {
        padding-bottom: 140px
    }

    .recommend-list .title {
        margin-top: 110px;
        margin-bottom: 80px
    }

    .recommend-list .title h1 {
        font-size: 40px
    }
}

.list-product-main .recommend-list {
    background-color: #fff
}

.list-product-main .recommend-list .text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}

.list-product-main .recommend-list .text h1 {
    font-weight: bold;
    color: #242933
}

.list-product-main .recommend-list .text h1 a {
    color: inherit
}

.list-product-main .recommend-list .text p {
    color: #666666;
    margin: 0;
    line-height: 1.5;
    text-align: justify
}

.list-product-main .recommend-list .text .link {
    display: flex;
    align-items: center
}

.list-product-main .recommend-list .text .link .btn {
    background-color: #335df8;
    color: #fff;
    border-radius: 120px
}

.list-product-main .recommend-list .text .link a {
    display: flex;
    align-items: center;
    color: #242933;
    margin-left: 16px;
    transition: color 0.3s
}

.list-product-main .recommend-list .text .link a i {
    padding: 0 3px;
    border: #242933 solid 1px;
    border-radius: 100px;
    margin-left: 6px;
    position: relative;
    top: 1px;
    transition: border-color 0.3s
}

.list-product-main .recommend-list .text .link a i::before {
    transition: color 0.3s;
    color: #242933
}

.list-product-main .recommend-list .text .link a:hover {
    color: #335df8
}

.list-product-main .recommend-list .text .link a:hover i {
    border-color: #335df8
}

.list-product-main .recommend-list .text .link a:hover i::before {
    color: #335df8
}

.list-product-main .recommend-list .pic {
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: block
}

.list-product-main .recommend-list .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.list-product-main .list-product .title {
    font-weight: bold;
    color: #242933
}

.list-product-main .list-product .no-more {
    display: flex;
    justify-content: center;
    align-items: center
}

.list-product-main .list-product .no-more p {
    position: relative;
    color: #bfc0c0
}

.list-product-main .list-product .no-more p::before,.list-product-main .list-product .no-more p::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 1px;
    background-color: #bfc0c0
}

.list-product-main .list-product .no-more p::before {
    left: -70px
}

.list-product-main .list-product .no-more p::after {
    right: -70px
}

.list-product-item {
    display: block;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: top 0.3s;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1)
}

.list-product-item .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden
}

.list-product-item .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    transition: transform 0.3s
}

.list-product-item .text {
    padding: 16px 16px 24px;
    text-align: center
}

.list-product-item .text h1 {
    color: #000000;
    font-weight: bold;
    margin: 0
}

.list-product-item .text p {
    color: #666666;
    line-height: 1.5;
    margin: 12px 0;
    text-align: justify;
    min-height: 42px
}

.list-product-item .text .price {
    display: inline-block;
    background-color: #335df8;
    color: #fff;
    padding: 8px 24px;
    border-radius: 200px
}

.list-product-item .text .price span {
    font-size: 12px
}

.list-product-item .text .price strong {
    font-size: 18px
}

.list-product-item:hover {
    top: -8px;
    box-shadow: 0 2px 12px rgba(23,130,254,0.15)
}

.list-product-item:hover .pic img {
    transform: translate(-50%, -50%) scale(1.2)
}

@media (max-width: 991px) {
    .list-product-main .recommend-list {
        padding-top:30px;
        padding-bottom: 30px
    }

    .list-product-main .recommend-list .recommend-item:nth-child(2n):not(:last-child) {
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: #ccc solid 1px
    }

    .list-product-main .recommend-list .text h1 {
        font-size: 20px;
        margin-top: 16px;
        margin-bottom: 6px
    }

    .list-product-main .recommend-list .text .link {
        margin-top: 16px
    }

    .list-product-main .recommend-list .text .link .btn {
        padding: 4px 12px
    }

    .list-product-main .recommend-list .text .link .btn strong {
        font-size: 20px
    }

    .list-product-main .list-product .title {
        font-size: 22px;
        margin-top: 32px;
        margin-bottom: 32px
    }

    .list-product-main .list-product .no-more {
        padding: 32px 0
    }

    .list-product-main .list-product-item .text h1 {
        font-size: 20px
    }
}

@media (min-width: 992px) {
    .list-product-main .recommend-list {
        padding-top:40px;
        padding-bottom: 40px
    }

    .list-product-main .recommend-list .recommend-item {
        padding: 40px 0
    }

    .list-product-main .recommend-list .recommend-item:not(.foxui-pull-md-13) .text {
        margin-left: 15%
    }

    .list-product-main .recommend-list .recommend-item.foxui-pull-md-13 .text {
        margin-right: 15%
    }

    .list-product-main .recommend-list .text h1 {
        font-size: 56px;
        margin: 0 0 16px
    }

    .list-product-main .recommend-list .text p {
        font-size: 24px
    }

    .list-product-main .recommend-list .text .link {
        margin-top: 48px
    }

    .list-product-main .recommend-list .text .link .btn {
        padding: 8px 24px
    }

    .list-product-main .recommend-list .text .link .btn strong {
        font-size: 28px
    }

    .list-product-main .list-product .title {
        font-size: 56px;
        margin-top: 94px;
        margin-bottom: 72px
    }

    .list-product-main .list-product .no-more {
        padding: 100px 0
    }

    .list-product-main .list-product-item .text h1 {
        font-size: 24px
    }
}

.buy-nav {
    position: sticky;
    z-index: 9;
    background-color: #fff
}

.buy-nav .foxcms-container {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.buy-nav .left {
    font-size: 18px;
    font-weight: bold
}

.buy-nav .right {
    display: flex;
    align-items: center;
    font-size: 16px
}

.buy-nav .right ul {
    display: flex;
    align-items: center
}

.buy-nav .right ul li {
    margin-left: 24px
}

.buy-nav .right ul li span {
    display: block;
    padding: 6px 16px;
    border-radius: 200px;
    cursor: pointer;
    transition: color 0.3s
}

.buy-nav .right ul li.active span {
    background-color: #ebeffe;
    color: #335df8
}

.buy-nav .right ul li:hover span {
    color: #335df8
}

.buy-nav .right .btn {
    margin-left: 24px
}

.buy-nav .right .btn a {
    display: block;
    padding: 6px 20px;
    border-radius: 200px;
    background-color: #335df8;
    color: #fff
}

.view-product-main .bannel-swiper .pic {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden
}

.view-product-main .bannel-swiper .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    min-height: 100%
}

.view-product-main .banner-swiper-pagination {
    position: absolute;
    bottom: 12px;
    z-index: 1
}

.view-product-main .product-panel-item .img-list img {
    display: block;
    width: 100%
}

.view-product-main .product-panel-item.spec-content {
    background-color: #fff
}

.view-product-main .product-panel-item.spec-content li {
    display: flex;
    align-items: center;
    padding: 56px 0;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto
}

.view-product-main .product-panel-item.spec-content li .left {
    width: 264px;
    font-size: 24px
}

.view-product-main .product-panel-item.spec-content li .right {
    flex: 1
}

.view-product-main .product-panel-item.spec-content li .right p {
    line-height: 1;
    margin: 0
}

.view-product-main .product-panel-item.spec-content li .right p:not(:last-child) {
    margin-bottom: 16px
}

.view-product-main .product-panel-item.spec-content li:not(:last-child) {
    border-bottom: #eee solid 1px
}

.view-product-main .recommend-list .recommend-swiper {
    padding-top: 20px;
    margin-top: -20px
}

@media (max-width: 991px) {
    .buy-nav {
        top:60px
    }

    .buy-nav .right {
        width: 100%;
        justify-content: space-between
    }

    .buy-nav .right ul li {
        margin-left: 0;
        margin-right: 24px
    }

    .view-product-main .bannel-swiper .pic {
        padding-bottom: 45%
    }

    .view-product-main .product-panel-item.spec-content li {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 24px;
        padding-right: 24px
    }

    .view-product-main .product-panel-item.spec-content li .left {
        width: 100%;
        margin-bottom: 16px
    }

    .view-product-main .product-panel-item.spec-content li .right p {
        line-height: 1.4
    }

    .view-product-main .product-panel-item.spec-content li .right p:not(:last-child) {
        margin-bottom: 10px
    }
}

@media (min-width: 992px) {
    .buy-nav {
        top:92px
    }

    .view-product-main .bannel-swiper .pic {
        padding-bottom: 35%
    }
}

.index-contact-main .info-panel {
    margin-left: -12px;
    margin-right: -12px;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 2px 32px rgba(195,212,241,0.5)
}

.index-contact-main .info-panel .address li {
    display: flex;
    align-items: center
}

.index-contact-main .info-panel .address li .right {
    margin-left: 16px
}

.index-contact-main .info-panel .address li .right p {
    color: #666666;
    margin: 0 0 8px;
    line-height: 1
}

.index-contact-main .info-panel .address li .right h4 {
    color: #332c2b;
    margin: 0;
    line-height: 1
}

.index-contact-main .info-panel .qr-code {
    display: flex
}

.index-contact-main .info-panel .qr-code .qr-code-item {
    width: 30%;
    min-width: 130px;
    max-width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: #e9e9e9 solid 1px;
    padding-bottom: 6px
}

.index-contact-main .info-panel .qr-code .qr-code-item:not(:last-child) {
    margin-right: 14%
}

.index-contact-main .info-panel .qr-code .qr-code-item img {
    width: 100%
}

.index-contact-main .form-panel {
    margin-left: -12px;
    margin-right: -12px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 32px rgba(195,212,241,0.5)
}

.index-contact-main .form-panel .code-input {
    position: relative
}

.index-contact-main .form-panel .code-input img {
    position: absolute;
    top: 1px;
    right: 1px;
    height: calc(100% - 2px);
    border-radius: 4px;
    cursor: pointer
}

@media (max-width: 991px) {
    .index-contact-main .info-panel {
        padding:24px 16px;
        margin-bottom: 12px;
        margin-left: 0;
        margin-right: 0
    }

    .index-contact-main .info-panel .address .subtitle {
        font-size: 18px;
        margin-bottom: 32px
    }

    .index-contact-main .info-panel .address li:not(:last-child) {
        margin-bottom: 24px
    }

    .index-contact-main .info-panel .address li .left {
        font-size: 24px
    }

    .index-contact-main .info-panel .address li .right p {
        font-size: 14px
    }

    .index-contact-main .info-panel .address li .right h4 {
        font-size: 16px
    }

    .index-contact-main .info-panel .qr-code {
        margin-top: 42px
    }

    .index-contact-main .form-panel {
        padding: 24px 16px;
        margin-bottom: 12px;
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .index-contact-main .info-panel {
        padding:54px 96px 76px;
        margin-bottom: 42px
    }

    .index-contact-main .info-panel .address .subtitle {
        font-size: 32px;
        margin-bottom: 64px
    }

    .index-contact-main .info-panel .address li:not(:last-child) {
        margin-bottom: 48px
    }

    .index-contact-main .info-panel .address li .left {
        font-size: 32px
    }

    .index-contact-main .info-panel .address li .right p {
        font-size: 16px
    }

    .index-contact-main .info-panel .address li .right h4 {
        font-size: 24px
    }

    .index-contact-main .info-panel .qr-code {
        justify-content: flex-end
    }

    .index-contact-main .form-panel {
        padding: 62px 32px;
        margin-bottom: 42px
    }
}

.search-top {
    padding-top: 60px
}

.search-top h1 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0
}

.search-top p {
    margin-top: 4px;
    font-size: 16px
}

.search-top .foxui-input-group {
    max-width: 680px
}

.search-top .foxui-prefix-icon {
    z-index: 10
}

.list-search-main {
    padding: 60px 0
}

.list-search-main .list-search-item {
    position: relative;
    top: 0;
    display: flex;
    background-color: #fff;
    box-shadow: 0 2px 32px rgba(195,212,241,0.5);
    transition: 0.3s
}

.list-search-main .list-search-item .pic {
    position: relative;
    width: 154px;
    height: 154px;
    overflow: hidden
}

.list-search-main .list-search-item .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: solid 1px #eee;
    transform: translate(-50%, -50%)
}

.list-search-main .list-search-item .text {
    flex: 1;
    padding: 16px
}

.list-search-main .list-search-item .text h1 {
    line-height: 1;
    color: #242933;
    font-weight: bold;
    transition: color 0.3s;
    margin-top: 8px;
    margin-bottom: 24px
}

.list-search-main .list-search-item .text p {
    line-height: 1.3;
    font-size: 14px;
    color: #666666;
    transition: color 0.3s;
    height: 38px;
    margin-bottom: 32px
}

.list-search-main .list-search-item .text .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666666
}

.list-search-main .list-search-item:hover {
    top: -8px;
    background-color: #335df8;
    box-shadow: 0 2px 12px rgba(23,130,254,0.15)
}

.list-search-main .list-search-item:hover .text h1,.list-search-main .list-search-item:hover .text p,.list-search-main .list-search-item:hover .text .info {
    color: #fff
}

@media (max-width: 991px) {
    .list-search-main {
        padding:16px 0
    }

    .list-search-main .list-search-item .text .info {
        display: none
    }

    .list-search-main .foxcms-list-pagination {
        margin-top: 32px
    }
}

@media (min-width: 992px) {
    .list-search-main .list-search-item .pic {
        width:180px;
        height: 180px
    }
}

.list-download-main .list-download-pc {
    border-radius: 16px
}

.list-download-main .list-download-pc .list-download {
    padding: 24px 24px 12px
}

.list-download-main .list-download-pc .list-download li {
    padding: 0 32px
}

.list-download-main .list-download-pc .list-download .th,.list-download-main .list-download-pc .list-download .td {
    height: 80px;
    line-height: 80px;
    padding-right: 12px
}

.list-download-main .list-download-pc .list-download .th:nth-child(1),.list-download-main .list-download-pc .list-download .td:nth-child(1) {
    width: 28%
}

.list-download-main .list-download-pc .list-download .th:nth-child(2),.list-download-main .list-download-pc .list-download .td:nth-child(2) {
    width: 20%
}

.list-download-main .list-download-pc .list-download .th:nth-child(3),.list-download-main .list-download-pc .list-download .td:nth-child(3) {
    width: 15%
}

.list-download-main .list-download-pc .list-download .th:nth-child(4),.list-download-main .list-download-pc .list-download .td:nth-child(4) {
    width: 15%
}

.list-download-main .list-download-pc .list-download .th:nth-child(5),.list-download-main .list-download-pc .list-download .td:nth-child(5) {
    width: 15%
}

.list-download-main .list-download-pc .list-download .th:nth-child(6),.list-download-main .list-download-pc .list-download .td:nth-child(6) {
    width: 7%
}

.list-download-main .list-download-pc .list-download .th {
    font-size: 22px;
    font-weight: bold
}

.list-download-main .list-download-pc .list-download .download-collapse-head {
    display: flex;
    font-size: 16px;
    color: #000
}

.list-download-main .list-download-pc .list-download .download-collapse-head .collapse-icon {
    font-size: 32px;
    color: #3d3736;
    padding: 4px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: pointer
}

.list-download-main .list-download-pc .list-download .download-collapse-content {
    font-size: 14px;
    color: #3d3736;
    padding: 16px 0 24px;
    display: none
}

.list-download-main .list-download-h5 {
    display: none
}

.list-download-main .list-download-h5 .foxui-collapse-head {
    padding: 20px 0;
    display: flex;
    align-items: center
}

.list-download-main .list-download-h5 .foxui-collapse-head .title {
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    flex: 1
}

.list-download-main .list-download-h5 .foxui-collapse-head .date {
    margin-right: 24px;
    color: #909090
}

.list-download-main .list-download-h5 .foxui-collapse-content {
    background-color: #f5f7fa;
    padding: 24px 16px 32px
}

.list-download-main .list-download-h5 .foxui-collapse-content .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #646464
}

.list-download-main .list-download-h5 .foxui-collapse-content p {
    margin-top: 24px
}

.list-download-main .list-download-h5 .foxui-collapse-content .btn {
    margin-top: 42px
}

@media (max-width: 991px) {
    .list-download-main {
        padding:12px;
        background-color: #fff
    }
}

@media (min-width: 992px) {
    .list-download-main {
        padding:54px 0 74px
    }
}

.download-dialog {
    border-radius: 16px !important;
    width: 40% !important;
    min-width: 420px
}

.download-dialog_body {
    padding: 32px 24px
}

.download-dialog_body li {
    display: flex
}

.download-dialog_body li .label {
    width: 80px;
    text-align: right;
    color: #909090
}

.download-dialog_body li .link {
    color: #335df8
}

.download-dialog_body li .pwd {
    color: #000
}

.download-dialog_body li:not(:last-child) {
    margin-bottom: 42px
}

.list-case-item {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
    cursor: pointer
}

.list-case-item .pic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: #eee solid 1px
}

.list-case-item .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list-case-item .pic i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    color: rgba(255,255,255,0.7)
}

.list-case-item .cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.3s
}

.list-case-item .cover h2 {
    font-size: 24px;
    color: #fff
}

.list-case-item .cover h3 {
    color: #fff;
    margin: 0
}

.list-case-item .cover p {
    color: #b3b3b3;
    margin: 0
}

.list-case-item .cover::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: #335df8 solid 2px
}

.list-case-item:hover .cover {
    opacity: 1
}

@media (max-width: 991px) {
    .list-case-main {
        padding:16px 0
    }
}

@media (min-width: 992px) {
    .list-case-main {
        padding:60px 0
    }
}

.list-honor-main .item {
    width: 100%;
    padding-bottom: 80%;
    height: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: top 0.3s
}

.list-honor-main .item .item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.list-honor-main .item .pic {
    flex: 1;
    position: relative;
    overflow: hidden;
    border: 4px solid #fff
}

.list-honor-main .item .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s
}

.list-honor-main .item .text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    background-color: #fff
}

.list-honor-main .item:hover {
    top: -8px;
    box-shadow: 0 2px 12px rgba(23,130,254,0.15)
}

.list-honor-main .item:hover .pic img {
    transform: translate(-50%, -50%) scale(1.2)
}

.list-honor-main .item:hover .text {
    background-color: #335df8
}

.list-honor-main .item:hover .text h3 {
    color: #fff
}

.honor-dialog {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto !important
}

.honor-dialog .foxui-dialog__footer {
    display: none
}

.honor-dialog .foxui-dialog__body {
    position: relative
}

.honor-dialog .foxui-dialog__body .honor-dialog-content .pic {
    display: flex;
    justify-content: center;
    align-items: center
}

.honor-dialog .foxui-dialog__body .honor-dialog-content .pic img {
    max-width: 1000px;
    max-height: 600px
}

@media (max-width: 991px) {
    .list-honor-main {
        padding:24px 0
    }

    .list-honor-main .item .text {
        height: 48px
    }
}

@media (min-width: 992px) {
    .list-honor-main {
        padding:48px 0 70px
    }

    .list-honor-main .item .text {
        height: 64px
    }
}

.list-team-main li a {
    display: flex
}

.list-team-main li .left .pic {
    width: 100%;
    padding-bottom: 125%;
    position: relative;
    border: #eee solid 1px;
    overflow: hidden
}

.list-team-main li .left .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: 0.3s
}

.list-team-main li .right {
    flex: 1;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.list-team-main li .right h1 strong {
    font-weight: normal;
    color: #333;
    position: relative;
    margin-right: 24px
}

.list-team-main li .right h1 strong::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    background-color: #999;
    width: 1px
}

.list-team-main li .right h1 span {
    font-size: 16px;
    color: #868686
}

.list-team-main li .right h5 {
    color: #666666;
    margin-top: 0;
    position: relative
}

.list-team-main li .right h5::after {
    content: '';
    position: absolute;
    left: 0;
    width: 46px;
    height: 2px;
    background-color: #000000
}

.list-team-main li .right p {
    color: #808080;
    text-align: justify
}

.list-team-main li .right .more {
    color: #666666;
    margin-top: 0;
    transition: 0.3s
}

.list-team-main li .right .more span {
    position: relative
}

.list-team-main li .right .more span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 3px;
    width: 0;
    background-color: #335df8;
    transition: width 0.3s
}

@media (max-width: 991px) {
    .list-team-main ul {
        padding:24px 0
    }

    .list-team-main li:not(:first-child) {
        padding-top: 24px
    }

    .list-team-main li:not(:last-child) {
        padding-bottom: 24px;
        border-bottom: #eee solid 1px
    }

    .list-team-main li .left {
        width: 40%
    }

    .list-team-main li .right h1 {
        margin-bottom: 10px
    }

    .list-team-main li .right h1 strong {
        font-size: 18px
    }

    .list-team-main li .right h1 strong::after {
        height: 18px
    }

    .list-team-main li .right h5 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .list-team-main li .right h5::after {
        bottom: -14px
    }
}

@media (min-width: 992px) {
    .list-team-main ul {
        padding:60px 0
    }

    .list-team-main li:not(:first-child) {
        padding-top: 56px
    }

    .list-team-main li:not(:last-child) {
        padding-bottom: 64px;
        border-bottom: #eee solid 1px
    }

    .list-team-main li .left {
        width: 16%;
        min-width: 220px
    }

    .list-team-main li .right h1 {
        margin-bottom: 20px
    }

    .list-team-main li .right h1 strong {
        font-size: 26px
    }

    .list-team-main li .right h1 strong::after {
        height: 26px
    }

    .list-team-main li .right h5 {
        font-size: 18px;
        margin-bottom: 20px
    }

    .list-team-main li .right h5::after {
        bottom: -24px
    }

    .list-team-main li .right P,.list-team-main li .right .more {
        font-size: 18px
    }

    .list-team-main li:hover .more {
        margin-top: 24px;
        color: #335df8
    }

    .list-team-main li:hover .more span::after {
        width: 100%
    }

    .list-team-main li:hover .pic img {
        transform: translate(-50%, -50%) scale(1.1)
    }
}

.view-team-main .main-content .pic {
    position: relative;
    width: 100%;
    padding-bottom: 125%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    border: #eee solid 1px
}

.view-team-main .main-content .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover
}

.view-team-main .main-content .text h1 strong {
    font-weight: normal;
    color: #333;
    position: relative;
    margin-right: 24px
}

.view-team-main .main-content .text h1 strong::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    background-color: #999;
    width: 1px
}

.view-team-main .main-content .text h1 span {
    font-size: 16px;
    color: #868686
}

.view-team-main .main-content .text h5 {
    color: #666666;
    margin-top: 0;
    position: relative
}

.view-team-main .main-content .text h5::after {
    content: '';
    position: absolute;
    left: 0;
    width: 46px;
    height: 2px;
    background-color: #000000
}

.view-team-main .main-content .text p {
    color: #808080
}

.view-team-main .rich-text ul.total {
    display: flex
}

.view-team-main .rich-text ul.total li {
    flex: 1;
    text-align: center
}

.view-team-main .rich-text ul.total li h1 {
    margin: 0
}

.view-team-main .rich-text ul.total li h5 {
    margin: 0
}

@media (max-width: 991px) {
    .view-team-main .breadcrumb {
        padding:24px 0
    }

    .view-team-main .main-content {
        padding-bottom: 40px
    }

    .view-team-main .main-content .text h1 {
        margin-bottom: 10px
    }

    .view-team-main .main-content .text h1 strong {
        font-size: 18px
    }

    .view-team-main .main-content .text h1 strong::after {
        height: 18px
    }

    .view-team-main .main-content .text h5 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .view-team-main .main-content .text h5::after {
        bottom: -14px
    }

    .view-team-main .main-content .text P {
        margin-top: 32px
    }

    .view-team-main .rich-text {
        font-size: 14px;
        color: #808080
    }

    .view-team-main .rich-text ul.total {
        margin: 20px 0
    }

    .view-team-main .rich-text ul.total li strong {
        font-size: 24px
    }

    .view-team-main .rich-text ul.total li span {
        font-size: 14px
    }

    .view-team-main .rich-text ul.total li h5 {
        font-size: 12px;
        margin-top: 4px
    }
}

@media (min-width: 992px) {
    .view-team-main .breadcrumb {
        padding:54px 0
    }

    .view-team-main .main-content {
        padding-bottom: 60px
    }

    .view-team-main .main-content .text h1 {
        margin-bottom: 20px
    }

    .view-team-main .main-content .text h1 strong {
        font-size: 26px
    }

    .view-team-main .main-content .text h1 strong::after {
        height: 26px
    }

    .view-team-main .main-content .text h5 {
        font-size: 18px;
        margin-bottom: 20px
    }

    .view-team-main .main-content .text h5::after {
        bottom: -24px
    }

    .view-team-main .main-content .text P {
        font-size: 18px;
        margin-top: 60px
    }

    .view-team-main .rich-text {
        font-size: 18px;
        color: #808080
    }

    .view-team-main .rich-text ul.total {
        margin: 40px 0
    }

    .view-team-main .rich-text ul.total li strong {
        font-size: 98px;
        font-weight: normal
    }
}

.list-customer.foxui-row {
    border-top: #eee solid 1px;
    border-left: #eee solid 1px
}

.list-customer.foxui-row .col {
    border-right: #eee solid 1px;
    border-bottom: #eee solid 1px
}

.list-customer .pic {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
    filter: grayscale(100%);
    cursor: pointer;
    transition: 0.3s
}

.list-customer .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70%;
    width: 70%;
    object-fit: cover
}

.list-customer .pic:hover {
    filter: grayscale(0);
    box-shadow: 0 0 24px #d6dffe;
    z-index: 1
}

@media (max-width: 991px) {
    .list-customer-main {
        padding-top:20px;
        padding-bottom: 40px
    }
}

@media (min-width: 992px) {
    .list-customer-main {
        padding-top:60px;
        padding-bottom: 118px
    }
}

.help-nav {
    display: none;
    height: 48px
}

.help-nav .help-nav-inner {
    height: 48px;
    padding: 0 16px;
    background-color: #fff;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 1000;
    border: #eee solid 1px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.list-help-main .main-content {
    display: flex
}

.list-help-main .aside-nav {
    padding-right: 24px;
    width: 17.8%
}

.list-help-main .aside-nav .foxui-collapse-item {
    margin-top: 10px
}

.list-help-main .aside-nav .foxui-collapse-item:last-child {
    border: none
}

.list-help-main .aside-nav .foxui-collapse-head {
    height: 66px;
    color: #000;
    font-size: 18px
}

.list-help-main .aside-nav .foxui-collapse-content ul li a {
    line-height: 44px;
    transition: color 0.3s;
    font-size: 16px;
    display: block
}

.list-help-main .aside-nav .foxui-collapse-content ul li.active a,.list-help-main .aside-nav .foxui-collapse-content ul li:hover a {
    color: #335df8
}

.list-help-main .main-section {
    flex: 1
}

.list-help-main .main-section .section-title {
    padding-bottom: 12px
}

.list-help-main .main-section .section-title h1 {
    font-size: 32px;
    color: #333333
}

.list-help-main .main-section .section-title .info {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.list-help-main .main-section .section-title .info .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.list-help-main .main-section .section-title .info .left li {
    color: #8f8f8f;
    margin-bottom: 6px
}

.list-help-main .main-section .section-title .info .left li:not(:last-child) {
    margin-right: 50px
}

.list-help-main .main-section .section-title .info .right {
    display: flex;
    align-items: center;
    color: #808080
}

.list-help-main .main-section .section-title .info .right li:not(:first-child) {
    width: 24px;
    height: 24px
}

.list-help-main .main-section .section-title .info .right li:not(:first-child) a {
    display: block;
    background-color: #f6f8fb;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%
}

.list-help-main .main-section .section-title .info .right li:not(:last-child) {
    margin-right: 8px
}

.list-help-main .main-section .section-content .section {
    padding-top: 32px;
    padding-bottom: 64px;
    border-bottom: #eee solid 1px
}

.list-help-main .main-section .section-content .section:last-child {
    border: none
}

.list-help-main .main-section .section-content .section h3 {
    font-size: 24px;
    color: #000
}

.list-help-main .main-section .section-content .section .note-panel {
    padding: 12px;
    border: #335df8 solid 1px;
    color: #335df8;
    background-color: #ebeffe;
    border-radius: 8px
}

.list-help-main .aside-slide {
    position: relative;
    width: 14%
}

.list-help-main .aside-slide .aside-slide-inner {
    position: relative;
    height: 100%;
    overflow: auto
}

.list-help-main .aside-slide .aside-slide-inner dl {
    padding-left: 32px;
    margin-top: 56px
}

.list-help-main .aside-slide .aside-slide-inner dl dt {
    font-size: 16px
}

.list-help-main .aside-slide .aside-slide-inner dl dd {
    font-size: 14px;
    margin-top: 24px
}

.list-help-main .aside-slide .aside-slide-inner .slider {
    position: absolute;
    top: 40px
}

.list-help-main .aside-slide .aside-slide-inner .slider .runway {
    height: 156px;
    width: 2px;
    background-color: #f3f3f3;
    position: relative
}

.list-help-main .aside-slide .aside-slide-inner .slider .runway .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 100%;
    background-color: #c2cefd
}

@media (max-width: 991px) {
    .list-help-main .slide-container {
        padding-top:32px
    }

    .list-help-main .rich-text p {
        font-size: 14px;
        text-align: justify;
        color: #666666
    }

    .list-help-main .rich-text img {
        display: inline-block;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .list-help-main .slide-container {
        padding:32px 56px
    }

    .list-help-main .rich-text p {
        font-size: 16px;
        text-align: justify;
        color: #666666
    }

    .list-help-main .rich-text img {
        display: inline-block;
        max-width: 100%
    }

    .list-help-main .rich-text .note-panel {
        font-size: 15px
    }
}

.view-image-main .foxui-breadcrumb {
    margin-top: 40px
}

.view-image-main .swiper-box-pc {
    display: flex;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 39.2%;
    margin-top: 40px;
    margin-bottom: 40px
}

.view-image-main .swiper-box-pc .main-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%
}

.view-image-main .swiper-box-pc .main-swiper .swiper {
    height: 100%
}

.view-image-main .swiper-box-pc .main-swiper .pic {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.view-image-main .swiper-box-pc .main-swiper .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.view-image-main .swiper-box-pc .thumbs-swiper {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background-color: #333333;
    padding: 10px
}

.view-image-main .swiper-box-pc .thumbs-swiper .swiper {
    height: 100%
}

.view-image-main .swiper-box-pc .thumbs-swiper .swiper-slide {
    opacity: 0.4;
    transition: opacity 0.3s;
    height: auto;
    width: 50%;
    cursor: pointer
}

.view-image-main .swiper-box-pc .thumbs-swiper .swiper-slide:hover {
    opacity: 0.9
}

.view-image-main .swiper-box-pc .thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1
}

.view-image-main .swiper-box-pc .thumbs-swiper .pic {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden
}

.view-image-main .swiper-box-pc .thumbs-swiper .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.view-image-main .swiper-box-h5 {
    margin-top: 40px;
    margin-bottom: 40px
}

.view-image-main .swiper-box-h5 .main-swiper .pic {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden
}

.view-image-main .swiper-box-h5 .main-swiper .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.view-image-main .swiper-box-h5 .thumbs-swiper {
    background-color: #333333;
    padding: 10px
}

.view-image-main .swiper-box-h5 .thumbs-swiper .swiper-slide {
    opacity: 0.4;
    transition: opacity 0.3s;
    cursor: pointer
}

.view-image-main .swiper-box-h5 .thumbs-swiper .swiper-slide:hover {
    opacity: 0.9
}

.view-image-main .swiper-box-h5 .thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1
}

.view-image-main .swiper-box-h5 .thumbs-swiper .pic {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden
}

.view-image-main .swiper-box-h5 .thumbs-swiper .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.view-image-main .article-head {
    margin-top: 0
}

@media (max-width: 991px) {
    .swiper-box-pc {
        display:none !important
    }
}

@media (min-width: 992px) {
    .view-image-main .article-head {
        margin-top:0;
        padding-top: 80px
    }

    .swiper-box-h5 {
        display: none
    }
}

.view-video-main .foxui-breadcrumb {
    margin-top: 40px
}

.view-video-main .video-box {
    margin-top: 40px;
    margin-bottom: 40px
}

.view-video-main .video-box .left .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
    background-color: #000
}

.view-video-main .video-box .left .video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: fill
}

.view-video-main .video-box .left .video .unfold-btn {
    position: absolute;
    top: 24px;
    right: 0;
    display: none;
    opacity: 0.3;
    transition: opacity 0.3s
}

.view-video-main .video-box .left .video .unfold-btn a {
    position: relative;
    top: -6px;
    background-color: #000;
    padding: 4px 10px 4px 4px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s
}

.view-video-main .video-box .left .video .unfold-btn:hover {
    opacity: 1
}

.view-video-main .video-box .left .video .unfold-btn:hover a {
    color: #fff
}

.view-video-main .video-box .right {
    width: 30%;
    height: 0;
    padding-bottom: 39.2%;
    background-color: #333333;
    overflow: hidden;
    position: relative
}

.view-video-main .video-box .right .right-inner {
    position: absolute;
    width: 100%;
    height: 100%
}

.view-video-main .video-box .right .right-inner::before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 74px);
    background-color: #7b7b7b;
    left: 15%;
    bottom: 0
}

.view-video-main .video-box .right .fold-btn {
    height: 74px;
    align-items: center;
    display: flex
}

.view-video-main .video-box .right .fold-btn a {
    position: relative;
    top: -6px;
    background-color: #000;
    padding: 4px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s
}

.view-video-main .video-box .right .fold-btn a:hover {
    color: rgba(255,255,255,0.7)
}

.view-video-main .video-box .right ul {
    height: calc(100% - 74px);
    overflow: auto;
    position: relative
}

.view-video-main .video-box .right ul a {
    height: 40px;
    color: #7b7b7b;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: color 0.3s;
    position: relative;
    z-index: 1
}

.view-video-main .video-box .right ul a:not(:last-child) {
    margin-bottom: 10px
}

.view-video-main .video-box .right ul a .col {
    transition: color 0.1s
}

.view-video-main .video-box .right ul a .col:nth-child(1) {
    width: 10%;
    text-align: center
}

.view-video-main .video-box .right ul a .col:nth-child(2) {
    width: 10%;
    text-align: center;
    position: relative
}

.view-video-main .video-box .right ul a .col:nth-child(2)::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 1px #7b7b7b;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #333333;
    transition: border-color 0.1s
}

.view-video-main .video-box .right ul a .col:nth-child(3) {
    flex: 1;
    padding-right: 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.view-video-main .video-box .right ul a .col:nth-child(4) {
    width: 14%
}

.view-video-main .video-box .right ul a .col:nth-child(5) {
    width: 10%
}

.view-video-main .video-box .right ul a .col:nth-child(5) i {
    display: none
}

.view-video-main .video-box .right ul a:hover {
    color: #fff
}

.view-video-main .video-box .right ul a:hover .col:nth-child(2)::after {
    border-color: #fff
}

.view-video-main .video-box .right ul a.current {
    background-color: #000;
    color: #fff
}

.view-video-main .video-box .right ul a.current .col:nth-child(2)::after {
    border-color: #fff
}

.view-video-main .video-box .right ul a.current .col:nth-child(5) {
    width: 10%
}

.view-video-main .video-box .right ul a.current .col:nth-child(5) i {
    display: block
}

.view-video-main .video-group-h5 {
    display: none;
    margin-top: 20px
}

.view-video-main .video-group-h5 a {
    display: inline
}

.view-video-main .video-group-h5 a.current {
    color: #335df8
}

@media (max-width: 991px) {
    .video-box .left {
        width:100%
    }
}

@media (min-width: 992px) {
    .video-box {
        display:flex;
        justify-content: center
    }

    .video-box .left {
        width: 70%
    }

    .view-video-main .article-head {
        margin-top: 0;
        padding-top: 80px
    }
}
